-
Notifications
You must be signed in to change notification settings - Fork 44
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
A little chat #1
Comments
Glad to hear. mdict-js is my hobby project under construction (actually suspending for a One reason for why mdict-js running so smooth inside browser is that the You work on React, while I'm now playing with Electron. :-). 2016-04-05 13:21 GMT+09:00 Khoa Nguyen [email protected]:
|
Actually, I planed to use React with Electron. So my plan is:
It's pretty easy with React when you get used to it. I'll play around with your code this weekend and send some PR if I can :) Again. Thanks for an nice project. |
@thangngoc89 @fengdh guys, FYI. There's need for it for my server-side project, so I ported it to node.js: https://github.com/jeka-kiselyov/mdict Sad, but there's no backward compatibility(it doesn't run in browser, as uses fs library), so I published it as separate repository, not submiting pull request to this one. So, if somebody can merge that 2 options, it would be cool. @fengdh thanks for your work. That job you did here with binary data is real magic. |
dear fengdh, |
Hi, CraziNerdi.
You are welcome. |
Continue from my blog's comment
I'm having trouble accessing Disqus from my country so I will continue the discussion here if it's OK with you.
As you probably know from my blog, I'm planing on building a truely cross-platform application for MDict using React and React Native. I have plan for Android, Linux and Windows (but it's easy to port to the rest thanks to React).
Now get to the point :
AFAIK, for security reason, there is no different way you can do this.
I looked at your project and it's a mess :( . I can refactor them to use npm as a dependencies manager and use Webpack as a build tool. This way, your MDict parser can be re-used elsewhere and decoupled from the website
The text was updated successfully, but these errors were encountered: