Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 485 Bytes

platform-support.md

File metadata and controls

16 lines (11 loc) · 485 Bytes
title date author
Platform Support
2021-11-24 12:00:00 -0800
ihciah

Platform Support

Linux and macOS are currently supported. On the Linux platform, we can use io_uring or epoll as the IO driver; on the macOS platform, we will use kqueue as the IO driver.

How to use Legacy driver can refer to here.

Future Plans

🚧Experimental windows support is on the way.

If you want to develop on Windows and deploy on Linux, then you can try wsl.