Package xid is a globally unique id generator library, ready to safely be used directly in your server code. Xid uses the Mongo Object ID algorithm to generate globally unique ids with a different ...
Slang was created to explore implementing a programming language entirely in the browser. Parsing is handled by Ohm.js using a custom grammar, the editor uses CodeMirror with a simple syntax ...