Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/socketio/chat-example
Basic chat example with Socket.IO
https://github.com/socketio/chat-example
Last synced: about 1 month ago
JSON representation
Basic chat example with Socket.IO
- Host: GitHub
- URL: https://github.com/socketio/chat-example
- Owner: socketio
- License: mit
- Fork: true (rauchg/chat-example)
- Created: 2017-03-07T17:11:14.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T06:41:40.000Z (9 months ago)
- Last Synced: 2024-09-24T23:33:21.439Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://socket.io
- Size: 90.8 KB
- Stars: 1,415
- Watchers: 44
- Forks: 1,310
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socket.IO chat example
This is the source code for a very simple chat example used for the [Tutorial](https://socket.io/docs/v4/tutorial/introduction) guide of the Socket.IO website.
You can run this example directly in your browser on:
- [CodeSandbox](https://codesandbox.io/p/sandbox/github/socketio/chat-example?file=index.js)
- [StackBlitz](https://stackblitz.com/github/socketio/chat-example?file=index.js)
- [Repl.it](https://repl.it/github/socketio/chat-example)