I'm checking online trying to find out how many ERP and CRM are out there that implement JavaScript in both backend and frontend but couldn't find much.
Do you know any open source CRM and/or ERP that's made entirely with JavaScript?
I'm checking online trying to find out how many ERP and CRM are out there that implement JavaScript in both backend and frontend but couldn't find much.
Do you know any open source CRM and/or ERP that's made entirely with JavaScript?
For further actions, you may consider blocking this person and/or reporting abuse
Oğuzhan Olguncu -
Kazi Abdur Rakib -
Vinish Bhaskar -
Janki Mehta -
Once suspended, joelbonetr will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, joelbonetr will be able to comment and publish posts again.
Once unpublished, all posts by joelbonetr will become hidden and only accessible to themselves.
If joelbonetr is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to JoelBonetR 🥇.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag joelbonetr:
Unflagging joelbonetr will restore default visibility to their posts.
Top comments (3)
Erxes is an open-source CRM/marketing platform written in TypeScript. Backend is powered by Apollo and frontend by React. Check out the architecture docs.
From a quick glance it doesn't seem to be isomorphic in the sense that the same code runs both on backend and frontend, and it doesn't do server-side rendering with hydration like Next.js et al. I doubt there is a mature CRM or ERP which does that and I don't think it would bring much benefits.
Thank you for sharing @jnv ! I'll take a look at it 😁
Thinking out loud, a tool like a CRM or ERP does not need SSR by the way, it's a convenience on SEO but in this case users work in a private site with those kind of tools so I don't think it will be much benefit on using SSR for that.
I'm excited to see what other software people here recommend 😀
I'm working on CRM here: demo.saashq.org (It's basically NextCRM only with Postgres as the backend)