The Wayback Machine - https://web.archive.org/web/20201105190705/https://github.com/topics/socket-io
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,518 public repositories matching this topic...

tsed
NachtRitter
NachtRitter commented Nov 4, 2020

Information

  • Version: 5.59.4

When I apply @Required decorator to file uploading field, I don't receive an error for request with empty body.

Example

@Post('/logo')
@Returns(String)
async setLogo(@Required()  @MultipartFile('logo') logo: Express.Multer.File): Promise<string> {
  // I get here logo variable with undefined value if I make just POST request without any

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 Nov 3, 2020
  • C

Released March 19, 2010

Latest release about 1 year ago

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

Related Topics

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