An open API service indexing awesome lists of open source software.

https://github.com/localvoid/ragel-router-example

Example of using Ragel to compile custom router in Go
https://github.com/localvoid/ragel-router-example

Last synced: about 1 year ago
JSON representation

Example of using Ragel to compile custom router in Go

Awesome Lists containing this project

README

          

# Example of using Ragel to compile custom router in Go

[Ragel](http://www.colm.net/open-source/ragel/) is a state machine compiler
that can be used to generate extremely fast http router.

## Compiling

```sh
$ go generate
$ go build
```