Skip to content

alvanieto/fix_to_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Simple nim application to convert a FIX message to json

sample

Try live server: https://fix-to-json.onrender.com/

To build & run the application:

nimble build
main

To run the server:

nim js -d:release src/templates/index.nim
nim c -r src/server.nim

To run the tests:

nimble test

About

FIX message to json

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages