Skip to content
/ jrpc Public

Web Framework using Vue frontend and Rust as the server using JSON rpc POST

License

Notifications You must be signed in to change notification settings

greenpdx/jrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jrpc

Many people have ideas about how the web works. Using a Single Page Web Application (SPWA) and using POST method, sending JSON data to fill in the data for the app is the best way to conserver bandwidth and give the user the best experiance.

jrpc really does nothing but demonstrates Rust and Vue working together.

Top of jrpc_vue and jrpc_rust

There are two submodules for this project, jsonrpc_diesel and jrpc_vue.

jsonrpc_diesel

jsonrpc_diesel is a Rust rpc server using jsonrpc, diesel, r2d2 and slog. it is built with rust version 1.22

jrpc_vue

jrpc_vue is a Vue based single page web application (SPWA) front end.

Changes

0.1

First working version.

About

Web Framework using Vue frontend and Rust as the server using JSON rpc POST

Resources

License

Stars

Watchers

Forks

Packages

No packages published