Node.js

From IndieWeb
(Redirected from node.js)


Node.js is a platform for running javascript applications and runs on all modern operating systems.

Projects

Projects being developed by IndieWeb participants that run in Node.js

Libraries

Generally useful libraries being developed by IndieWeb participants that run in Node.js:

  • microformat-node: A well developed library is available for use as a building block in indieweb projects for consuming pages with microformats.
    • Jacky AlcinΓ©: As of 2024-01-08; this project hasn't been updated in 7 years
  • microformats-parser: A JavaScript microformats v2 parser, with v1 back-compatibility. View the demo. Works with both the browser and node.js.
  • micropub-express: A reusable Micropub endpoint by Pelle Wessman for the Express framework/router. Makes it easy to accept Micropub requests and then do whatever one wants to do with them.
  • mf-obj: Developed by by Emma Kuo, Microformat objects are a set of utility classes for working with indieweb posts: Read different kinds of posts, Parse comments and reply contexts as nested objects, Resolve author with the authorship algorithm. Get a list of webmention targets, and Serialize and deserialize from JSON.
  • micropub helper: A simple library to help with developing Micropub clients by Grant Richmond
  • send-webmention and its underlying discovery library get-webmention-url, both written by AJ Jordan
  • ...

Criticism

  • "Node feels more brittle than it should be" - capjamesg
    • Out of the box, Node stops an application when there is an error that is not caught.

See Also