-
Updated
on Jul 29, 2020 - JavaScript
Socket.IO

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 7,308 public repositories matching this topic...
Hello!
When text line in list is too long and part of it is moved on the next line, list number is placed on the last line. When I use <br>
, list number is placed on the first line of multiline text.
Demo is below:
Demo text:
1. [ ] task 1
2. [ ] task 2 task 2 task 2
-
Updated
on Feb 7, 2021 - Python
-
Updated
on Mar 13, 2021 - PHP
-
Updated
on Mar 10, 2021 - TypeScript
-
Updated
on Jan 10, 2020 - Java
-
Updated
on Mar 10, 2021 - Python
-
Updated
on Mar 13, 2021 - Python
Information
Add ajv-errors message customization support.
Ref: https://www.npmjs.com/package/ajv-errors
Related: #833
Example
Configuration:
const Ajv = require("ajv").default
const ajv = new Ajv({allErrors: true})
// Ajv option allErrors is required
require("ajv-errors")(ajv /*, {singleError: true} */)
const schema = {
type: "object",
required: ["foo"],
p
-
Updated
on Mar 10, 2021 - TypeScript
-
Updated
on Jan 20, 2021 - JavaScript
-
Updated
on Mar 12, 2021 - JavaScript
-
Updated
on Mar 10, 2021 - Vue
-
Updated
on Mar 15, 2016 - CSS
-
Updated
on Mar 10, 2021 - C
latex widget
For example: https://github.com/talyssonoc/react-katex
-
Updated
on Feb 22, 2018 - JavaScript
-
Updated
on Oct 15, 2019 - PHP
-
Updated
on Mar 12, 2021 - TypeScript
-
Updated
on Mar 9, 2021 - JavaScript
-
Updated
on Jun 26, 2020 - TypeScript
-
Updated
on Mar 25, 2017 - JavaScript
Released March 19, 2010
Latest release 3 days ago
- Repository
- socketio/socket.io
- Website
- socket.io
- Wikipedia
- Wikipedia
https://docs.nodebb.org/installing/os/osx-mavericks/
Though we do have iOS devices for mobile testing, our core team doesn't actually own a mac (fight this war somewhere else :P). Would anyone with access to one mind testing and updating this page please? :)
More importantly the instructions for redis should be switched to mongo as it is our default recommended install; you can look at the