Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobhsu/socket-chat
https://github.com/jacobhsu/socket-chat
node
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobhsu/socket-chat
- Owner: JacobHsu
- License: mit
- Created: 2024-11-14T03:04:09.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T03:36:02.000Z (about 2 months ago)
- Last Synced: 2024-11-14T04:19:15.509Z (about 2 months ago)
- Topics: node
- Language: JavaScript
- Homepage: https://codesandbox.io/p/github/JacobHsu/socket-chat/main?file=index.js
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)
## CodeSandbox
https://codesandbox.io/dashboard/recent `Import`
[`share URL`](https://codesandbox.io/p/github/JacobHsu/socket-chat/main?import=true) https://codesandbox.io/p/github/JacobHsu/socket-chat/main?file=index.js
- [CodeSandbox](https://codesandbox.io/p/github/JacobHsu/socket-chat/main?file=index.js)## References
socketio/[chat-example](https://github.com/socketio/chat-example)