server.js
ExpressJS
Famous Engine
FeathersJS
Chart.js
Backbone.js
Ractive.js
Serenade.js
Marko
Svelte
Preact.js
Inferno
Glimmer
Select2
Vue.js
Deku
server.js
MarkoNo server.js videos yet. You could help us improve this page by suggesting one.
Based on our record, Marko seems to be a lot more popular than server.js. While we know about 32 links to Marko, we've tracked only 1 mention of server.js. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I created Server.js https://serverjs.io/ and still use it. It is a wrapper around express: - With a bunch of middleware included and pre-configured, like body-parser, cookies, Helmet, etc. All express middleware works with Server.js - async/await routers as expected: get('/users', async (ctx) => {...}); (ctx inspired by Koa) - Websockets, where messages behave just as another route: socket('message', async ctx... - Source: Hacker News / over 3 years ago
If you haven't met Marko: it's an HTML-based language for building reactive UIs, born at eBay (it powers eBay.com) and now under the OpenJS Foundation. Nearly any valid HTML is valid Marko; you add reactivity with tags instead of a component API:. - Source: dev.to / 5 days ago
Marko.js - Bringing back progressive HTML rendering to the masses. - Source: dev.to / 6 months ago
Damn for a moment I thought this was about Marko (the frontend framework by Ebay). https://markojs.com/ They've been teasing v6 for years now. - Source: Hacker News / over 1 year ago
SolidJS and Tauri form another potent combination for creating performant, lightweight, and secure experiences. SolidJS is a reactive UI library that is similar to Svelte in the way it compiles away reactivity and updates the DOM directly, but it also incorporates a fine-grained reactivity system reminiscent of libraries like Marko, Knockout, and MobX. - Source: dev.to / almost 3 years ago
Marko is a huge leap in the right direction. It has streaming, partial hydration, a compiler that optimizes your output, and a small runtime. Iโve also heard through the grapevine that Marko V6 also adds resumability to the framework as well. - Source: dev.to / over 3 years ago
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
Svelte - Cybernetically enhanced web apps
Famous Engine - The Famous Engine is a free and open source JavaScript rendering engine.
Preact.js - Preact is a fast 3kB alternative to React with the same modern API. Components & Virtual DOM.
FeathersJS - Wow your users. Build incredible real-time applications in record time.
Inferno - An extremely fast React-like javascript library for building modern user interfaces.