isaacs / sax-js

A sax style parser for JS
Other
1.09k stars 325 forks source link

Project still active? #238

Open laurent22 opened 6 years ago

laurent22 commented 6 years ago

There haven't been any commit in about a year - is the project still active? If @isaacs does not currently have time to work on it, is there any plan to take on contributors to merge pull requests, fix bugs, etc.? Is there maybe an active fork of the package?

justinwilaby commented 6 years ago

I've just completed a Rust for Web Assembly port of this library called sax-wasm and am happy to take contributors. The goals is to bring C like speeds to Node and the Web with Rust and to provide full JSX support.

This is a MVP and nearly all test cases pass. I'm actively working this repo to build a tool-chain fast enough for a React Language server or Client side processing of extremely large streamed XML files. I've released a stable version and am continuing to support it. Feel free to contact me for more details.

laurent22 commented 6 years ago

That sounds very promising. A fast XML parser is exactly what I need for my app.

xmedeko commented 5 years ago

Use saxes - improved and maintained fork of sax-js.

dobromyslov commented 3 years ago

Migrated to saxes (https://github.com/lddubeau/saxes) and can assure you it's a rather great replacement of sax written in TypeScript.

Maxim-Mazurok commented 2 years ago

TypeScript port for Deno/browser: https://github.com/Maxim-Mazurok/sax-ts https://deno.land/x/sax_ts