forked from socketio/socket.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing
3rd-Eden edited this page Jul 23, 2011
·
16 revisions
Contributing is the best way to improve a open source project and Github makes it really easy to get started. Small introduction to the layout of Socket.IO, it's divided in to two projects:
The Socket.IO server and the Socket.IO client communicate with each other using the Socket.IO protocol specification which is a light weight way of instructions over the established connection.
There are different ways of contributing to the Socket.IO project.
- Report bugs for the Socket.IO client or Socket.IO server.
- Create patches for the reported bugs
- Improve the performance, memory usage etc.
- Write wiki pages, like this one.
- Helping people to get started with Socket.IO and hang out in our irc channel (irc.freenode.net #socket.io).
If you have found a issue you can report it in our issue trackers, for server related issues you can report them at socket.io/issues and the client bugs can be reported at socket-io-client/issues.