Pinned Repositories
asset
The Nuxed Asset component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.
contract
A set of abstractions extracted out of the Nuxed components
crypto
The Nuxed Crypto component provides a high-level cryptography interface that relies on libsodium for all of its underlying cryptography operations.
environment
The Nuxed Environment component provides functions that help you manage environment variables.
event-dispatcher
The Nuxed Event Dispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them asynchronously.
filesystem
The Nuxed Filesystem component provides classes that interact with the local filesystem.
framework
[WIP] High Performance, Async, Hack Framework
http-router
http-server
json
The Nuxed Json component provides functions that help you encode, and decode json structures safely.
Nuxed's Repositories
nuxed/framework
[WIP] High Performance, Async, Hack Framework
nuxed/crypto
The Nuxed Crypto component provides a high-level cryptography interface that relies on libsodium for all of its underlying cryptography operations.
nuxed/filesystem
The Nuxed Filesystem component provides classes that interact with the local filesystem.
nuxed/environment
The Nuxed Environment component provides functions that help you manage environment variables.
nuxed/event-dispatcher
The Nuxed Event Dispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them asynchronously.
nuxed/http-router
nuxed/asset
The Nuxed Asset component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.
nuxed/contract
A set of abstractions extracted out of the Nuxed components
nuxed/http-server
nuxed/json
The Nuxed Json component provides functions that help you encode, and decode json structures safely.
nuxed/fbmarkdown
Pure-Hack implementation of GitHub Flavored Markdown, based on the specification at https://github.github.com/gfm/
nuxed/hhvm
A virtual machine for executing programs written in Hack.
nuxed/inflector
The Nuxed Inflector component converts words between their singular and plural forms (English only)
nuxed/nuxed
nuxed/nuxed.org
Source code for the Nuxed website and documentation.
nuxed/translation
The Nuxed Translation component provides tools to internationalize your application.
nuxed/uuid
The Nuxed Uuid component provides a simple functional API for generating UUIDs