Skip to content
forked from expressjs/express

Fork of the popular Express framework for Gopher protocol

License

Notifications You must be signed in to change notification settings

RauliL/gophress

 
 

Repository files navigation

Gophress

Gophress is a fork of Express framework for Gopher instead of HTTP.

Work in progress.

var gophress = require('gophress');
var app = gophress();

app.get('/hello', (req, res) => {
  res.send('Hello World');
});

app.listen(3000)

People

The original author of Express is TJ Holowaychuk

List of all contributors

License

MIT

About

Fork of the popular Express framework for Gopher protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%