Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trading platforms are moving to JavaScript #79

Open
Vasile-Peste opened this issue May 21, 2023 · 2 comments
Open

Trading platforms are moving to JavaScript #79

Vasile-Peste opened this issue May 21, 2023 · 2 comments

Comments

@Vasile-Peste
Copy link

Vasile-Peste commented May 21, 2023

Hello,
Currently part of the JavaScript community is in need for a Decimal type.

I'm the founder and maintainer of Mida, a Node.js framework for trading in financial markets, to solve the floating point error we have created our own decimal type, but this is not the point of this post.

This is a list of applications in need for a Decimal type

  1. Most Crypto Exchanges and Trading Platforms expose REST and WS APIs in JSON format, most of the consumers are Python and JavaScript users. I don't have numbers here, but I'd say that clearly Python is the most used and Node.js/JavaScript is at the second place. In fact the documentations and examples of this platforms are either in Python or JavaScript, prices from their API responses are strings as they expect us to have some ready-to-use decimal type, but unfortunately that's not the case.

References:

  1. Most Blockchain projects are written in Solidity and JavaScript

References:

All this platforms are relatively new, but as we can see they already endorsed JavaScript,
they are growing day by day, I don't see a remote future for organisations having a JavaScript codebase for their financial applications.

Regards,
Vasile

@jessealama
Copy link
Collaborator

Thanks for letting us know about this! That all sounds great. I'll take a look into those links.

@Vasile-Peste
Copy link
Author

If you need I can add more links/documentations with concrete examples, just let me know and I'll be happy to help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants