Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including maritime with all npm packages installed. Try it out:

const Maritime = require("maritime"); const app = new Maritime(); const router = new Maritime.router(); router.get("*", data => { data.res.send("Hello World!"); }); app.mount(router); app.listen(3000, function() { console.log("Server running on port 3000!"); }); if (process.env.RUNKIT_ENDPOINT_URL) console.log( `You can visit ${process.env.RUNKIT_ENDPOINT_URL} to see the server in action!` );

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

maritime v0.3.3

A new type of NodeJS web framework - providing a clean, full, yet configurable toolkit to develop with NodeJS.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free