You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
355 B

4 years ago
  1. SockJS-node Echo example
  2. ========================
  3. To run this example, first install dependencies:
  4. npm install
  5. And run a server:
  6. node server.js
  7. That will spawn an http server at http://127.0.0.1:9999/ which will
  8. serve both html (served from the current directory) and also SockJS
  9. server (under the [/echo](http://127.0.0.1:9999/echo) path).