Skip to content

mattbullen/rust-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON via a Rust webserver and a Node.js proxy

A side project to learn the Rust language. It's a simple Heroku app built using the Iron framework, based on this example.

The idea is to send a query string to the server to retrieve text content from a file, then return that content to the browser as a usable JSON object. This version also uses a Node.js proxy to work around Heroku/CORS restrictions, since the front end is hosted on a different domain than the app.

About

Rust webserver on Heroku via Node.js proxy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published