Skip to content
#

Socket.IO

socket-io logo

Socket.IO is a JavaScript library for realtime web applications. It enables realtime, bi-directional communication between web clients and servers. It has two parts: a client-side library that runs in the browser, and a server-side library for Node.js. Both components have a nearly identical API. Like Node.js, it is event-driven.

Here are 6,810 public repositories matching this topic...

julianlam
julianlam commented Dec 17, 2020
router.get('/:type/pid/:id', middleware.authenticateOrGuest, controllers.api.getObject);
router.get('/:type/tid/:id', middleware.authenticateOrGuest, controllers.api.getObject);
router.get('/:type/cid/:id', middleware.authenticateOrGuest, controllers.api.getObject);

Can be reduced to a single .get('/:type/:id'), the string in the middle is superfluous. Right now you can call https

tsed

📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.

  • Updated Dec 23, 2020
  • TypeScript

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.

  • Updated Dec 13, 2020
  • C

Released March 19, 2010

Latest release 17 days ago

Repository
socketio/socket.io
Website
socket.io
Wikipedia
Wikipedia

Related Topics

nodejs
You can’t perform that action at this time.