All Projects → euclio → aurelius

euclio / aurelius

Licence: other
A complete solution for previewing markdown written in Rust.

Programming Languages

rust
11053 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to aurelius

real-time-todo
A real time todo list using websockets
Stars: ✭ 22 (-64.52%)
Mutual labels:  websockets
viper
Real-time tracking and analytics using Node.js and Socket.IO
Stars: ✭ 12 (-80.65%)
Mutual labels:  websockets
pushest
Bidirectional Pusher client in Elixir
Stars: ✭ 33 (-46.77%)
Mutual labels:  websockets
voxeling
Creative mode WebGL voxel game. Runs in Chrome, with multiplayer functionality and very few dependencies
Stars: ✭ 24 (-61.29%)
Mutual labels:  websockets
dataviewer-example
📊 Usage examples of dataviewer - https://github.com/jasrodis/dataviewer
Stars: ✭ 15 (-75.81%)
Mutual labels:  websockets
realtime-chat-go-react
An example of a Real-Time Chat Application built using React.js and Go!
Stars: ✭ 61 (-1.61%)
Mutual labels:  websockets
WebSocketPipe
System.IO.Pipelines API adapter for System.Net.WebSockets
Stars: ✭ 17 (-72.58%)
Mutual labels:  websockets
browserglue
Exposes multiple OSC connections to the browser through WebSockets
Stars: ✭ 21 (-66.13%)
Mutual labels:  websockets
typesocket
🌐 TypeScript WebSockets library.
Stars: ✭ 24 (-61.29%)
Mutual labels:  websockets
material-ui-markdown-editor
React.js Markdown editor component based on material-ui
Stars: ✭ 28 (-54.84%)
Mutual labels:  editor-plugin
WebsocketBundle
Provides websocket services for Symfony2, including an in-built server, multiplexing, and semantic configuration. Uses Wrench.
Stars: ✭ 50 (-19.35%)
Mutual labels:  websockets
apollo-chat-graphql-server
Apollo Chat is a Chat Service build on GraphQL Apollo with Subscriptions
Stars: ✭ 13 (-79.03%)
Mutual labels:  websockets
crank4go
API Gateway implemented in Golang
Stars: ✭ 124 (+100%)
Mutual labels:  websockets
node-red-contrib-blynk-websockets
No description or website provided.
Stars: ✭ 35 (-43.55%)
Mutual labels:  websockets
canvas
Draw on an HTML 2D canvas in a web browser from a server program using WebSockets.
Stars: ✭ 71 (+14.52%)
Mutual labels:  websockets
gochess
Online real time chess web server using websockets
Stars: ✭ 32 (-48.39%)
Mutual labels:  websockets
React-Help-Desk
Help desk style live chat with administrative control panel in React, Node.js and Websockets
Stars: ✭ 29 (-53.23%)
Mutual labels:  websockets
node-rtsp-stream-es6
Stream any RTSP stream and output to websocket for consumption by jsmpeg. 📹
Stars: ✭ 91 (+46.77%)
Mutual labels:  websockets
bong-bong
Open public chat service built for the web.
Stars: ✭ 17 (-72.58%)
Mutual labels:  websockets
megaphone
Hear ye, hear ye 📣
Stars: ✭ 15 (-75.81%)
Mutual labels:  websockets

aurelius

aurelius is a complete solution for live-previewing markdown as HTML.

crates.io

This crate provides a server that can render and update an HTML preview of markdown without a client-side refresh. Upon receiving an HTTP request, the server responds with an HTML page containing a rendering of supplied markdown. Client-side JavaScript then initiates a WebSocket connection which allows the server to push changes to the client.

Full documentation may be found here.

This crate was designed to power vim-markdown-composer, a markdown preview plugin for Neovim, but it may be used to implement similar plugins for any editor. See vim-markdown-composer for a real-world usage example.

Acknowledgments

This crate is inspired by suan's instant-markdown-d.

Why the name?

"Aurelius" is a Roman gens (family name) shared by many famous Romans, including emperor Marcus Aurelius, one of the "Five Good Emperors." The gens itself originates from the Latin aureus meaning "golden." Also, tell me that "Markdown Aurelius" isn't a great pun.

Aurelia (gens) on Wikipedia.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].